-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Nordeck's Synapse Guest Module #3
base: main
Are you sure you want to change the base?
Conversation
…ebe7 git-subtree-dir: modules/restricted-guests/synapse git-subtree-split: 0cfebe7ba5a7368d31bf1f290bd72ff7aed513eb
…estricted-guests/synapse'
This fixes a false-positive "missing file" check in knip
modules/restricted-guests/synapse/synapse_guest_module/__init__.py
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we get some GHA CI to run the tests and an entry in the CODEOWNERS file for **/synapse/*
Checkout from @nordeck/[email protected]
Also remove jobs for E2E & changeset, which aren't set up in this repo
Note that upstream doesn't have SonarCloud codecov checks, so naturally the coverage on the Synapse module will fail. Should we add something for this, or would it make more sense to do what Synapse does and use |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we add something for this, or would it make more sense to do what Synapse does and use coverage?
Given tests are here, it'd be great to wire them up to Sonar coverage. I don't think we need to hit any specific bar but it'd be good to have insight as to what level of coverage exists
The work done by the script is simpler to achieve in Bash, and avoids a potential mis-parsing of arguments.
as opposed to picking up from where upstream left off at 2.0.0. (Note that CHANGELOG.md was already at 1.0.0.)
Set license to multi-license of AGPL + Element Commercial, and add associated license files to the repository root. This does not add a notice of "This file includes modifications" to any files because they were only moved and relicensed, but otherwise unmodified. The exception is run_in_venv.sh, which is a rewrite of upstream's run_in_venv.js and thus lacks the original copyright entirely.
Imports https://github.com/nordeck/element-web-modules/tree/main/packages/synapse-guest-module
The initial import was done with
git subtree
: